Managed HVM guests are not displayed by 'xm list' after restarting xend.
authorJim Fehlig <jfehlig@novell.com>
Wed, 14 Mar 2007 00:13:11 +0000 (18:13 -0600)
committerJim Fehlig <jfehlig@novell.com>
Wed, 14 Mar 2007 00:13:11 +0000 (18:13 -0600)
commit15986803501c40c30e1c79c05cf3c9c725740ff0
treeee23f018a43e030195e0c78c7bad9f87a10ad245
parentf25b2f271cfa4319989cfa0ff0fd226824e1f3e5
Managed HVM guests are not displayed by 'xm list' after restarting xend.
This patch prevents writing empty configuration items to the domain's
sexpr configuration file.  Without the empty items, the sexpr is
parsed properly when xend is started.

Signed-off-by: Jim Fehlig <jfehlig@novell.com>
tools/python/xen/xend/XendConfig.py